Repository broken?

I’m trying to install pritunl on amazon linux 2 but I’m keep getting this error:

https://repo.pritunl.com/stable/yum/amazonlinux/2/repodata/cf78b770f5627f200996c99f1017b484f6995a2da6243bcec7dca61669cca135-primary.sqlite.bz2: [Errno 14] HTTPS Error 404 - Not Found

Upon checking repository, this file really doesn’t exist, it seems like repomd file is not updated;

3c3ed15190f0e166916bf5ddcf542a2ae0c99e4d0e7bf7a..> 25-Jul-2024 21:58             5386014
52dab0b974dd7c7d5a2ed2d7de16fed5f743e4f87af1d07..> 25-Jul-2024 21:58               19394
5b3a3c654311b2779bef9b23ff2b0fd33db53b17c93efae..> 25-Jul-2024 21:58                5967
78bf6ca953074e63393f5d95bf37efada0a17e3e81a2d6b..> 25-Jul-2024 21:58                7545
9d3f321eb5a707bf763d6bb1d6705812fa3e9ced514ff86..> 25-Jul-2024 21:58             4804980
d45e9f0fe0f6089f2e6684e03e5ab81369ba8fb76202b1b..> 25-Jul-2024 21:58               85252
repomd.xml                                         24-Jul-2024 23:04                3095

The unstable repository was accidentally uploaded to the stable repository. This was reverted and the stable was re-uploaded but it appears some files either got cached or left inconsistent. It should be working now.

The commands below will need to be run to clear the local repository cache.

# yum
sudo yum clean all
# debian
sudo apt-get clean

It’s working now. Ty