diff --git a/natives/instructions/linux-glibc-x86-64.sh b/natives/instructions/linux-glibc-x86-64.sh
index b3a8725c..295f4a2b 100644
--- a/natives/instructions/linux-glibc-x86-64.sh
+++ b/natives/instructions/linux-glibc-x86-64.sh
@@ -1,25 +1,20 @@
 docker run --rm -it ubuntu:18.04 bash
 
 apt update && apt upgrade
-apt install -y git cmake build-essential autoconf openjdk-17-jdk wget nano
+apt install -y git cmake build-essential autoconf openjdk-17-jdk wget nano libsamplerate-dev
 
 wget http://ftp.de.debian.org/debian/pool/main/a/automake-1.16/automake_1.16.1-4_all.deb
 dpkg -i automake_1.16.1-4_all.deb
 
-git clone https://github.com/markozajc/lavaplayer
+git clone https://github.com/lavalink-devs/lavaplayer
+git checkout patch/bump-natives
 cd lavaplayer
 chmod +x ./gradlew
 cd natives
 
-nano build.gradle >> ext.mpg123Version = '1.32.3'
-
 ../gradlew load
 
 # comment out PKG_CHECK_MODULES: L
 
-# downgrade cmake version to 3.10
-
-apt install libsamplerate-dev
-
 touch opus/opus-1.4/aclocal.m4 configure
 ../gradlew compileNatives
\ No newline at end of file