Problem installing nrfutil

Hi,

I am going theough the first lesson of 'nRF Connect SDK Introduction' course, have installed nrfutil and updated the path. When trying to install 'device' as per the course, I get the following result:

C:\ncs\nordic_tools>nrfutil install device
Error: Failed to install nrfutil-device

Caused by:
    HTTP request to 'files.nordicsemi.com/.../nrfutil-device-x86_64-pc-windows-msvc-2.8.0.tar.gz' was unsuccessful. Status code: 404 Not Found

    {
      "errors" : [ {
        "status" : 404,
        "message" : "File not found."
      } ]
    }

Is there a current back-end issue here?

Thanks!

Related