Thank you for your reply. I did what you suggested and here is the result
root@XiaoQiang:~# cd /tmp
root@XiaoQiang:/tmp# ping github.com
PING github.com (140.82.121.3): 56 data bytes
64 bytes from 140.82.121.3: seq=0 ttl=48 time=47.692 ms
64 bytes from 140.82.121.3: seq=1 ttl=48 time=47.388 ms
64 bytes from 140.82.121.3: seq=2 ttl=48 time=47.325 ms
^C
--- github.com ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 47.325/47.468/47.692 ms
root@XiaoQiang:/tmp# curl -L -v https://github.com/araujorm/openwrt/releases/dow
nload/v19.07.4-xiaomi-miwifi-3gv2-mt76updated-2020-10-24/openwrt-ramips-mt7621-x
iaomi_mir3g-v2-squashfs-sysupgrade.bin --output firmware.bin
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (51) Error
root@XiaoQiang:/tmp# wget https://github.com/araujorm/openwrt/releases/download/
v19.07.4-xiaomi-miwifi-3gv2-mt76updated-2020-10-24/openwrt-ramips-mt7621-xiaomi_
mir3g-v2-squashfs-sysupgrade.bin -O firmware.bin
wget: not an http or ftp url: https://github.com/araujorm/openwrt/releases/download/v19.07.4-xiaomi-miwifi-3gv2-mt76updated-2020-10-24/openwrt-ramips-mt7621-xiaomi_mir3g-v2-squashfs-sysupgrade.bin
root@XiaoQiang:/tmp#