Skip to content

Commit

Permalink
Fix Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Oct 10, 2022
1 parent 1393889 commit c44c69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-latest-imagemagick-win.py
Expand Up @@ -4,7 +4,7 @@
from urllib.request import urlopen


BINARIES_URL = "https://download.imagemagick.org/ImageMagick/download/binaries/"
BINARIES_URL = "https://imagemagick.org/archive/binaries/"

content = urlopen(BINARIES_URL).read().decode("utf-8")

Expand Down

0 comments on commit c44c69c

Please sign in to comment.