Closed jasmith79 closed 7 months ago
Weird. For me this command:
curl -OJ https://github.com/JCWasmx86/mesonlsp/releases/download/v4.1.8/mesonlsp-aarch64-apple-darwin.zip
just creates an empty file, if I add -L
to the command it works :/
Weird. Github must be doing some sort of redirect. Anyway thanks for the help!
Currently the apple darwin zip archives seem to be broken.
To Reproduce Steps to reproduce the behavior:
curl -OJ https://github.com/JCWasmx86/mesonlsp/releases/download/v4.1.8/mesonlsp-aarch64-apple-darwin.zip
unzip mesonlsp-aarch64-apple-darwin.zip
Expected behavior I expect the unarchiving to work. To test I ran through exactly the same steps with the gnu-windows zip file and it worked fine, although obviously is useless on a Mac.
System info
Additional context Windows zip archive works as expected, only the Mac releases seem impacted. I also tested at least the aarch zip archive back to 4.1.2, all were affected.