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 5c0f902 commit f8bffadCopy full SHA for f8bffad
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