diff --git a/.SRCINFO b/.SRCINFO
index 618d3b8..da0abde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = osu-lazer-bin
 	pkgdesc = The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew.
 	pkgver = 2021.720.0
-	pkgrel = 2
+	pkgrel = 3
 	url = https://osu.ppy.sh
 	arch = x86_64
 	license = MIT
@@ -15,7 +15,7 @@ pkgbase = osu-lazer-bin
 	conflicts = osu-lazer
 	noextract = osu-lazer-bin-2021.720.0.AppImage
 	options = !strip
-	source = osu-lazer-bin-2021.720.0.AppImage::https://github.com/ppy/osu/releases/download/2021.720.0-lazer/osu.AppImage
+	source = osu-lazer-bin-2021.720.0.AppImage::https://github.com/ppy/osu/releases/download/2021.720.0/osu.AppImage
 	source = osu-lazer-bin.png::https://raw.githubusercontent.com/ppy/osu/master/assets/lazer.png
 	source = osu-lazer-bin-LICENCE.md::https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md
 	source = osu-lazer.desktop
diff --git a/PKGBUILD b/PKGBUILD
index f69a824..c679307 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=osu-lazer-bin
 pkgver=2021.720.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew."
 arch=('x86_64')
 url="https://osu.ppy.sh"
@@ -19,7 +19,7 @@ backup=()
 options=(!strip)
 install=
 changelog=
-source=("$pkgname-$pkgver.AppImage::https://github.com/ppy/osu/releases/download/$pkgver-lazer/osu.AppImage"
+source=("$pkgname-$pkgver.AppImage::https://github.com/ppy/osu/releases/download/$pkgver/osu.AppImage"
         "$pkgname.png::https://raw.githubusercontent.com/ppy/osu/master/assets/lazer.png"
         "$pkgname-LICENCE.md::https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md"
         "osu-lazer.desktop")