mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-15 00:13:02 +00:00
Use curl
instead of wget
in install-x86_64-redox.sh
This commit is contained in:
parent
5c0f902ef4
commit
f8bffad4f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user