Use curl instead of wget in install-x86_64-redox.sh

This commit is contained in:
kennytm 2019-03-20 04:30:49 +08:00
parent 5c0f902ef4
commit f8bffad4f1
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C

View file

@ -3,5 +3,5 @@
set -ex
wget -O - https://static.redox-os.org/toolchain/x86_64-unknown-redox/relibc-install.tar.gz | \
curl https://static.redox-os.org/toolchain/x86_64-unknown-redox/relibc-install.tar.gz | \
tar --extract --gzip --directory /usr/local