We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c9273 commit c90deb5Copy full SHA for c90deb5
lib/baml_elixir/native.ex
@@ -3,7 +3,7 @@ defmodule BamlElixir.Native do
3
4
use RustlerPrecompiled,
5
otp_app: :baml_elixir,
6
- base_url: "https://github.com/emilsoman/baml-elixir/releases/download/v#{version}/",
+ base_url: "https://github.com/emilsoman/baml_elixir/releases/download/v#{version}/",
7
force_build: System.get_env("BAML_ELIXIR_BUILD") in ["1", "true"],
8
version: version
9
0 commit comments