Update build.sh

This commit is contained in:
Lunarmagpie 2023-03-10 20:37:52 -05:00 committed by GitHub
parent d121cddc17
commit 41df9639e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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