Revert "use alternative mirror for nasm, since nasm.us is down"

This reverts commit 6c918a02b8.
This commit is contained in:
Frankie Dintino 2025-04-23 21:24:34 -04:00
parent 5573242126
commit 8a174f55c8
No known key found for this signature in database
GPG Key ID: 97E295AACFBABD9E

View File

@ -105,7 +105,7 @@ function build_libavif {
python3 -m pip install meson ninja
if [[ "$PLAT" == "x86_64" ]] || [ -n "$SANITIZER" ]; then
build_simple nasm 2.16.01 https://gstreamer.freedesktop.org/src/mirror/ tar.xz
build_simple nasm 2.16.03 https://www.nasm.us/pub/nasm/releasebuilds/2.16.03
fi
local build_type=MinSizeRel