unzipコマンドが失敗する理由はおそらくwgetで失敗しているであろう理由とその対処方法を解説します。
現象
$ unzip -o ファイル名
Archive: artforce21_design.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of ファイル名 or
ファイル名, and cannot find ファイル名, period.
直接的な原因
対象のファイルが、zipファイルと認識されていません。
ファイルが壊れている可能性が高いです。
