diff options
Diffstat (limited to 'lib/Downloads.php')
-rw-r--r-- | lib/Downloads.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Downloads.php b/lib/Downloads.php index b93736486..d9edd4611 100644 --- a/lib/Downloads.php +++ b/lib/Downloads.php @@ -177,7 +177,7 @@ class Downloads } else if ($mirrorlist) { $test_file = $item['url'].'/distrib/6/x86_64/media/core/updates/repodata/repomd.xml'; } else { - $test_file = $item['url'].'/iso/5.1/torrents/Mageia-5.1-x86_64-DVD.torrent'; + $test_file = $item['url'].'/iso/cauldron/torrents/Mageia-6-sta2-x86_64-DVD.torrent'; } if (false === @file_get_contents($test_file)) { $num_dn++; |