Skip to content

Commit 60e55da

Browse files
committed
ci: add quotes to URL in install-musl.sh script
This silences shellcheck warnings
1 parent e455c72 commit 60e55da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-musl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ esac
1717
musl="musl-${musl_version}"
1818

1919
# Download, configure, build, and install musl:
20-
curl --retry 5 https://www.musl-libc.org/releases/${musl}.tar.gz | tar xzf -
20+
curl --retry 5 "https://www.musl-libc.org/releases/${musl}.tar.gz" | tar xzf -
2121

2222
cd "$musl"
2323
case ${1} in

0 commit comments

Comments
 (0)