summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmk/get-win32-tarballs.py1
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']