Kibana download File has Unexpected size

So i followed all the instructions to download ES and its working fine i even double checked it with this command: curl -XGET https://localhost:9200 -u admin:admin --insecure

but now whenever i try to install kibana using this command:
sudo apt install opendistroforelasticsearch-kibana

i get this error:

 Get:1 https://d3g5vo6xdbdb9a.cloudfront.net/apt stable/main amd64 opendistroforelasticsearch-kibana amd64 1.2.1 [131 MB]
Err:1 https://d3g5vo6xdbdb9a.cloudfront.net/apt stable/main amd64 opendistroforelasticsearch-kibana amd64 1.2.1
  File has unexpected size (131503106 != 131431954). Mirror sync in progress? [IP: 13.225.198.140 443]
  Hashes of expected file:
   - SHA512:b767b1db1f34fb2de11f279fe081f271fcbc579423e59b7d2eb100a205fa3326c0eb46ff8396d5fca8c7cd212006338ff86add79b72685cf500f67b683ede246
   - SHA256:38aa273b4af3f5eae09d4e99ee0a7721e21ae1f8560af8daa60bc02893e96e2e
   - SHA1:66330014c756f6020bbef60109ec10b1034ee5bd [weak]
   - MD5Sum:ba3e1f4b45278df0d24e02e6462b4575 [weak]
   - Filesize:131431954 [weak]
E: Failed to fetch https://d3g5vo6xdbdb9a.cloudfront.net/apt/pool/main/o/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.2.1.deb  File has unexpected size (131503106 != 131431954). Mirror sync in progress? [IP: 13.225.198.140 443]
   Hashes of expected file:
    - SHA512:b767b1db1f34fb2de11f279fe081f271fcbc579423e59b7d2eb100a205fa3326c0eb46ff8396d5fca8c7cd212006338ff86add79b72685cf500f67b683ede246
    - SHA256:38aa273b4af3f5eae09d4e99ee0a7721e21ae1f8560af8daa60bc02893e96e2e
    - SHA1:66330014c756f6020bbef60109ec10b1034ee5bd [weak]
    - MD5Sum:ba3e1f4b45278df0d24e02e6462b4575 [weak]
    - Filesize:131431954 [weak]

Im not sure how to get this fixed, does anyone have any ideas on how to get this fixed?

Any help or guidance is greatly appreciated!