Travis throwing 127 error code intermittently when trying to install dotnet 6

I am using dist: bionic and trying to install dotnet 6 on the travis server using the curl command:

before_install:

It had been working fine until last few days I have started seeing 127 error code. Should I use dist: csharp or go with the linux server: xenial or focal. What is the recommendation?

Hi @sbansal,

Can you let me see the build log?