#this works
wget 'https://github.com/mikehooper/Minecraft/raw/main/lwjgl3arm32.tar.gz' 2>&1

#this works
wget 'https://github.com/mikehooper/Minecraft/raw/main/lwjgl3arm64.tar.gz'

#this works
wget 'https://github.com/mikehooper/Minecraft/raw/main/lwjgl3arm64.tar.gz' 1>&2

#this works
wget 'https://github.com/mikehooper/Minecraft/raw/main/lwjgl3arm64.tar.gz' 
&>/dev/null

#this hangs forever
wget 'https://github.com/mikehooper/Minecraft/raw/main/lwjgl3arm64.tar.gz' 2&>1

This problem only occurs with THIS exact url and THIS exact output-redirection.

Any ideas?

Reply via email to