Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Mar 12, 2024
1 parent 8548d58 commit 6c9aadc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build_mingw64_x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ make
strip primecount.exe

# Create a release zip archive
wget https://github.com/kimwalisch/primecount/releases/download/v7.11/primecount-7.11-win64.zip
unzip primecount-7.11-win64.zip -d primecount-$VERSION-win-x64
rm primecount-7.11-win64.zip
wget https://github.com/kimwalisch/primecount/releases/download/v7.11/primecount-7.11-win-x64.zip
unzip primecount-7.11-win-x64.zip -d primecount-$VERSION-win-x64
rm primecount-7.11-win-x64.zip

echo ""
echo ""
Expand Down

0 comments on commit 6c9aadc

Please sign in to comment.