diff --git a/config.py b/config.py index 33a10a78..f55b7bfa 100644 --- a/config.py +++ b/config.py @@ -285,7 +285,7 @@ class Config: 'STLport-5.2.1-4.zip' ]: if ( not os.path.exists( lib_archive ) ): - cmd = [ 'wget', '-N', 'http://zerowing.idsoftware.com/files/radiant/developer/1.6.2/%s' % lib_archive ] + cmd = [ 'wget', '-N', 'http://icculus.org/gtkradiant/files/1.6.2/%s' % lib_archive ] print( repr( cmd ) ) subprocess.check_call( cmd ) lib_archive_path = os.path.abspath( lib_archive )