diff --git a/kiwixbuild/dependencies.py b/kiwixbuild/dependencies.py index b1a1f05..21c594e 100644 --- a/kiwixbuild/dependencies.py +++ b/kiwixbuild/dependencies.py @@ -426,7 +426,7 @@ class LibMagicBase(Dependency): source_dir = "libmagic" archive = Remotefile('file-5.33.tar.gz', '1c52c8c3d271cd898d5511c36a68059cda94036111ab293f01f83c3525b737c6', - 'ftp://ftp.astron.com/pub/file/file-5.33.tar.gz') + 'https://fossies.org/linux/misc/file-5.33.tar.gz') Builder = MakeBuilder