We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e5db6 commit 2ed9e4dCopy full SHA for 2ed9e4d
bin/compile
100644
100755
@@ -27,7 +27,7 @@ echo "-----> Will use Erlang ${erlang_version} and Elixir ${elixir_version}"
27
erlang_tar="OTP_${erlang_version}.tgz"
28
erlang_source_url="https://s3.amazonaws.com/heroku-buildpack-erlang/${erlang_tar}"
29
elixir_tar="v${elixir_version}.tar.gz"
30
-elixir_zip="v${elixir_version}.zip"
+elixir_zip="Precompiled.zip"
31
elixir_source_url="https://github.com/elixir-lang/elixir/releases/download/v${elixir_version}/${elixir_zip}"
32
33
(
0 commit comments