We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e455c72 commit 60e55daCopy full SHA for 60e55da
ci/install-musl.sh
@@ -17,7 +17,7 @@ esac
17
musl="musl-${musl_version}"
18
19
# Download, configure, build, and install musl:
20
-curl --retry 5 https://www.musl-libc.org/releases/${musl}.tar.gz | tar xzf -
+curl --retry 5 "https://www.musl-libc.org/releases/${musl}.tar.gz" | tar xzf -
21
22
cd "$musl"
23
case ${1} in
0 commit comments