summaryrefslogtreecommitdiff
path: root/ci/install-musl.sh
diff options
context:
space:
mode:
authoroxalica <oxalicc@pm.me>2019-11-10 20:08:22 +0800
committeroxalica <oxalicc@pm.me>2019-11-19 14:17:34 +0800
commitb14e947de37335b49cc12e4b51faf30cf455743b (patch)
tree8da47001fd76e44fa8a0aeec19d95373d606aa1f /ci/install-musl.sh
parent779a08b91fa150490ea121562bd72b1afb919246 (diff)
downloadrust-libc-b14e947de37335b49cc12e4b51faf30cf455743b.tar.gz
Upgrade to musl 1.1.24 in CI
Diffstat (limited to 'ci/install-musl.sh')
-rw-r--r--ci/install-musl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-musl.sh b/ci/install-musl.sh
index d6ec17e604..88cb4f0b11 100644
--- a/ci/install-musl.sh
+++ b/ci/install-musl.sh
@@ -5,7 +5,7 @@
set -ex
-MUSL_VERSION=1.1.22
+MUSL_VERSION=1.1.24
MUSL="musl-${MUSL_VERSION}"
# Download, configure, build, and install musl: