diff --git a/docs/src/tutorials/2_analysis.md b/docs/src/tutorials/2_analysis.md
index aaa80f6a039da5b5964ae273eb5e550840933219..4d22cb6e84ac96b6313439cd806fca5e7f8c4be9 100644
--- a/docs/src/tutorials/2_analysis.md
+++ b/docs/src/tutorials/2_analysis.md
@@ -41,7 +41,6 @@ we generally recommend to use either of these:
 - `GLPK` (based on a C library) for linear and mixed-integer problems
 - `Gurobi` (based on an external library, but requires a license that is free
   for academic use) for linear, mixed-integer and quadratic problems
-- `OSQP` as a free alternative to `Gurobi` for solving quadratic problems
 
 All solvers can be installed using the Julia package manger.