Skip to content

Commit 9ac99d2

Browse files
committed
Update iOS stdlib to install over https.
1 parent ab92e4f commit 9ac99d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44

55
rust_ios_install() {
66
ios_stdlib="rust-std-nightly-${1}-apple-ios"
7-
curl -O "http://static.rust-lang.org/dist/${ios_stdlib}.tar.gz"
7+
curl -O "https://static.rust-lang.org/dist/${ios_stdlib}.tar.gz"
88
tar xzf "${ios_stdlib}.tar.gz"
99
"./${ios_stdlib}/install.sh" --prefix=$(rustc --print sysroot)
1010
}

0 commit comments

Comments
 (0)