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 b3191a4 commit 8aa5034Copy full SHA for 8aa5034
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