diff --git a/install_wolf.sh b/install_wolf.sh
index 658c508d79a158431ede6ccb2cb88372f6d700f1..ecc482b670cfeb140a1140cae2e645d7b4690417 100755
--- a/install_wolf.sh
+++ b/install_wolf.sh
@@ -289,7 +289,7 @@ if [ $INSTALL_IMU == "y" ]; then
    
    func_echo "Compiling plugin imu..."
    mkdir -p build && cd build
-   cmake .. -DCMAKE_BUILD_TYPW=Release
+   cmake .. -DCMAKE_BUILD_TYPE=Release
    make -j$CORES
 
    func_echo "Installing plugin imu..."
@@ -580,4 +580,4 @@ else
    func_echo "Skipping plugin bodydynamics since plugin imu was not installed."
 fi
 
-func_echo "Done! Enjoy!"
\ No newline at end of file
+func_echo "Done! Enjoy!"