Dero_linux_amd64.tar.gz not decompressing

So I have just seen the notice to upgrade to the latest deamon an wallet so I did …

wget https://github.com/deroproject/download/blob/master/dero_linux_amd64.tar.gz
neither
tar xvzf dero_linux_amd64.tar.gz
nor
tar xvjf dero_linux_amd64.tar.gz

is decompressing the file …

I get the following errors respectively
stdin: not in gzip format
and
(stdin) is not a bzip2 file.

What is the correct decompress call please?

Hello,

Could you try tar -xf dero_linux_amd64.tar.gz ?

That reports
stdin: not in gzip format

I’ll try and dl it again in case it got corrupted …

Nope - get the same error even after a fresh dl.

Github generate download links, you have downloaded html file.
Complete download link for linux-64bit : https://github.com/deroproject/download/raw/master/dero_linux_amd64.tar.gz

Thanks … will go do that now …

I thought the dl went a bit quick before … just did a copy link, hadn’t realised it was not directly to the file … Thanks again