Skip to content

Commit c90deb5

Browse files
committed
Fix typo in github download url
1 parent 63c9273 commit c90deb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/baml_elixir/native.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule BamlElixir.Native do
33

44
use RustlerPrecompiled,
55
otp_app: :baml_elixir,
6-
base_url: "https://github.com/emilsoman/baml-elixir/releases/download/v#{version}/",
6+
base_url: "https://github.com/emilsoman/baml_elixir/releases/download/v#{version}/",
77
force_build: System.get_env("BAML_ELIXIR_BUILD") in ["1", "true"],
88
version: version
99

0 commit comments

Comments
 (0)