Audiorelay crashes on launch after updating to version 0.24.2-1 [Manjaro]

Hey there , i updated audiorelay to 0.24.2-1 from AUR , after the update i get following error while trying to open audiorelay

Failed to find JVM in "/opt/audiorelay/lib/runtime" directory.

EDIT : I found a solution , the symbolic link made by audiorelay package from AUR to find jvm was /usr/lib/jvm/java-18-openjdk that did not exist in my system , however /usr/lib/jvm/java-18-openjdk-bin exists on my system . So i replaced original link with new one using :

sudo ln -fs /usr/lib/jvm/java-18-openjdk-bin/* /opt/audiorelay/lib/runtime

This fixed the crashing issue