Skip to content

Commit 6c918a0

Browse files
committed
use alternative mirror for nasm, since nasm.us is down
1 parent a005e28 commit 6c918a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels-dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function build_libavif {
105105
python3 -m pip install meson ninja
106106

107107
if [[ "$PLAT" == "x86_64" ]] || [ -n "$SANITIZER" ]; then
108-
build_simple nasm 2.16.03 https://www.nasm.us/pub/nasm/releasebuilds/2.16.03
108+
build_simple nasm 2.16.01 https://gstreamer.freedesktop.org/src/mirror/ tar.xz
109109
fi
110110

111111
local build_type=MinSizeRel

0 commit comments

Comments
 (0)