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.
1 parent ab92e4f commit 9ac99d2Copy full SHA for 9ac99d2
travis_install.sh
@@ -4,7 +4,7 @@ set -eu
4
5
rust_ios_install() {
6
ios_stdlib="rust-std-nightly-${1}-apple-ios"
7
- curl -O "http://static.rust-lang.org/dist/${ios_stdlib}.tar.gz"
+ curl -O "https://static.rust-lang.org/dist/${ios_stdlib}.tar.gz"
8
tar xzf "${ios_stdlib}.tar.gz"
9
"./${ios_stdlib}/install.sh" --prefix=$(rustc --print sysroot)
10
}
0 commit comments