diff options
-rw-r--r-- | distro/base.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/base.scm b/distro/base.scm index 68aad4fc48..cc3bff3705 100644 --- a/distro/base.scm +++ b/distro/base.scm @@ -162,7 +162,7 @@ macro processor in its own right.") (version "5.0.5") (source (origin (method http-fetch) - (uri (string-append "http://ftp.gnu.org/gnu/gmp-" version + (uri (string-append "http://ftp.gnu.org/gnu/gmp/gmp-" version ".tar.bz2")) (sha256 (base32 |