diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9dfda53..f5ca509 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -123,7 +123,7 @@ jobs: | |||
123 | pandoc --standalone --to html license.md --output dist/license.html | 123 | pandoc --standalone --to html license.md --output dist/license.html |
124 | - name: Bundle ImageMagick | 124 | - name: Bundle ImageMagick |
125 | run: | | 125 | run: | |
126 | MAGICK_ARCHIVES="https://download.imagemagick.org/ImageMagick/download/binaries/" | 126 | MAGICK_ARCHIVES="https://imagemagick.org/archive/binaries/" |
127 | MAGICK_LATEST=$( \ | 127 | MAGICK_LATEST=$( \ |
128 | curl --silent "$MAGICK_ARCHIVES" \ | 128 | curl --silent "$MAGICK_ARCHIVES" \ |
129 | | hxclean \ | 129 | | hxclean \ |