Update build.sh

This commit is contained in:
Lunarmagpie 2023-03-10 20:31:29 -05:00 committed by GitHub
parent c26a424bb0
commit d121cddc17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ mkdir -p build
cd build
curl "http://www.erlang.org/download/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
tar xzf erlang.tar.gz --strip-components=1
rm erlang.tar.gz