diff --git a/scripts/check.mjs b/scripts/check.mjs
index c3529586214f705ba9bab62a17b922b5611a0e37..2219bf8810bce3e6f5211bb09ac5636d9ac6ada6 100644
--- a/scripts/check.mjs
+++ b/scripts/check.mjs
@@ -258,7 +258,7 @@ async function resolveService() {
  */
 async function resolveMmdb() {
   const url =
-    "https://github.com/Dreamacro/maxmind-geoip/releases/download/20220512/Country.mmdb";
+    "https://github.com/Dreamacro/maxmind-geoip/releases/download/20220812/Country.mmdb";
 
   const resDir = path.join(cwd, "src-tauri", "resources");
   const resPath = path.join(resDir, "Country.mmdb");