diff --git a/bsdtar/build_musl.sh b/bsdtar/build_musl.sh index 7af051fc0..0dbd68199 100755 --- a/bsdtar/build_musl.sh +++ b/bsdtar/build_musl.sh @@ -6,9 +6,9 @@ echo "::group::install deps" apk update -apk add --no-cache alpine-sdk zlib-dev zlib-static xz-dev xz-static +apk add --no-cache zlib-dev zlib-static xz-dev xz-static -apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main zstd-dev=1.5.6-r0 zstd-static=1.5.6-r0 +apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main alpine-sdk zstd-dev=1.5.6-r0 zstd-static=1.5.6-r0 echo "::endgroup::"