Skip to content

Commit

Permalink
Update iOS stdlib to install over https.
Browse files Browse the repository at this point in the history
  • Loading branch information
SSheldon committed Jun 19, 2016
1 parent ab92e4f commit 9ac99d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis_install.sh
Expand Up @@ -4,7 +4,7 @@ set -eu

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

0 comments on commit 9ac99d2

Please sign in to comment.