diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-03-19 09:36:44 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-05-13 02:03:54 -0400 |
commit | 670c3e5c84c5b638dc6277289db3cbbc39a03c36 (patch) | |
tree | 2643105fca3647cf68b6bea4e0c13f1b60f3a24e /mk | |
parent | a03da9bfcf130bec616e0f77bbefbf62022753de (diff) | |
download | haskell-670c3e5c84c5b638dc6277289db3cbbc39a03c36.tar.gz |
get-win32-tarballs: Fix base URL
Revert a change previously made for testing purposes.
Diffstat (limited to 'mk')
-rwxr-xr-x | mk/get-win32-tarballs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/get-win32-tarballs.py b/mk/get-win32-tarballs.py index 3c4baf01e7..8604547f48 100755 --- a/mk/get-win32-tarballs.py +++ b/mk/get-win32-tarballs.py @@ -8,7 +8,6 @@ import argparse TARBALL_VERSION = '0.1' BASE_URL = "https://downloads.haskell.org/ghc/mingw/{}".format(TARBALL_VERSION) -BASE_URL = "http://home.smart-cactus.org/~ben/ghc/mingw/{}".format(TARBALL_VERSION) DEST = Path('ghc-tarballs/mingw-w64') ARCHS = ['i686', 'x86_64', 'sources'] |