diff --git a/packages/erlang/23.0.0/build.sh b/packages/erlang/23.0.0/build.sh index bad5e05..e549cc4 100755 --- a/packages/erlang/23.0.0/build.sh +++ b/packages/erlang/23.0.0/build.sh @@ -6,7 +6,7 @@ mkdir -p build cd build -curl "https://github.com/erlang/otp/releases/download/OTP-23.0/otp_src_23.0.tar.gz" -o erlang.tar.gz +curl "https://github.com/erlang/otp/releases/download/OTP-23.0/otp_src_23.0.tar.gz" -o erlang.tar.gz -L tar xzf erlang.tar.gz --strip-components=1 rm erlang.tar.gz