Skip to content

Commit

Permalink
Update buildnasm.sh
Browse files Browse the repository at this point in the history
Test this
#680
  • Loading branch information
chris1111 authored Mar 25, 2024
1 parent ca571ef commit 8e55dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildnasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fnDownloadNasm ()
local tarball="nasm-${NASM_VERSION}.tar.xz"
if [[ ! -f "$tarball" ]]; then
echo "Status: $tarball not found."
curl -f -o download.tmp --remote-name -k https://ftp.osuosl.org/pub/blfs/conglomeration/nasm/$tarball || exit 1
curl -k -f -o download.tmp --remote-name https://ftp2.osuosl.org/pub/blfs/conglomeration/nasm/$tarball || exit 1
mv download.tmp $tarball
fi
}
Expand Down

0 comments on commit 8e55dbe

Please sign in to comment.