Skip to content

Commit

Permalink
Fix download URL for mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikmm committed Mar 13, 2024
1 parent 757b344 commit 6b80b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/mingw.anod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class MINGW(spec("common")):
return [
self.HTTPSSourceBuilder(
name=self.tarball,
url="https://nav.dl.sourceforge.net/project/mingw-w64/mingw-w64/mingw-w64-release/"
url="https://download.sourceforge.net/project/mingw-w64/mingw-w64/mingw-w64-release/"
+ self.tarball,
)
]
Expand Down

0 comments on commit 6b80b8c

Please sign in to comment.