Reproduced with Windows and CentOS 7. Image ZIP downloads but it seems corrupt?
$ md5sum image.zip
7ff5e1cbdd434a1194b4777056005143 *image.zip
$ file image.zip
image.zip: Zip archive data, at least v2.0 to extract
13,6 MB (14.347.593 bytes)
$ zip -F image.zip --out img.zip
Fix archive (-F) - assume mostly intact archive
������ zip warning: bad archive - missing end signature
������ zip warning: (If downloaded, was binary mode used?�� If not, the
������ zip warning:�� archive may be scrambled and not recoverable)
������ zip warning: Can't use -F to fix (try -FF)
zip error: Zip file structure invalid (image.zip)
$ zip -FF image.zip --out img.zip
Fix archive (-FF) - salvage what can
������ zip warning: Missing end (EOCDR) signature - either this archive
���������������������������������������� is not readable or the end is damaged
Is this a single-disk archive?�� (y/n): y
�� Assuming single-disk archive
Scanning for entries...
��copying: Pharo-40593.image�� (9988133 bytes)
��copying: Pharo-40594.changes�� (4362852 bytes)
$ unzip img.zip
Archive:�� img.zip
�� inflating: Pharo-40593.image������������
�� error:�� invalid compressed data to inflate
��bad CRC 176d616a�� (should be cb225fb1)
�� inflating: Pharo-40594.changes��������
�� error:�� invalid compressed data to inflate
��bad CRC aebb9aa5�� (should be 4bc50ce1)
Cheers,