We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
curl
wget
1 parent 1f0a9f7 commit 31e6705Copy full SHA for 31e6705
src/ci/docker/dist-various-1/install-x86_64-redox.sh
@@ -3,5 +3,5 @@
3
4
set -ex
5
6
-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 | \
7
tar --extract --gzip --directory /usr/local
0 commit comments