Cannot download repodata RHEL9 repo

Hello,

Unable this morning to use RHEL9 x86_64 repository, it ends up with this error :

cuda-rhel9-x86_64                                                                                                            2.7 MB/s | 3.7 MB     00:01
Errors during downloading metadata for repository 'cuda-rhel9-x86_64':
  - Status code: 404 for https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/repodata/d2ac5a82c3206543fae13f500f5813c03a600f55d27befacc042a18054092cfb-modules.yaml.gz (IP: 2.19.161.38)
Error: Failed to download metadata for repo 'cuda-rhel9-x86_64': Yum repo downloading error: Downloading error(s): repodata/d2ac5a82c3206543fae13f500f5813c03a600f55d27befacc042a18054092cfb-modules.yaml.gz - Cannot download, all mirrors were already tried without success

Repo installed with :

dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo

cude-rhel9.repo :

[cuda-rhel9-x86_64]
name=cuda-rhel9-x86_64
baseurl=https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64
enabled=1
gpgcheck=1
gpgkey=https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/D42D0685.pub

And it seems to be OK now…